home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 33 / Amiga Format AFCD33 (Issue 117, Dec 1998).iso / -seriously_amiga- / programming / c / qtools0.2 / qtools0.2-bin / readme < prev    next >
Text File  |  1998-09-14  |  2KB  |  67 lines

  1. this is a source-dump of my QuakeTools project. it is an entry to a
  2. greater project of documenting quakes ans quakeIIs file-internals and
  3. a library to create and modify and show all of their files.
  4.  
  5. take a look in the doc-dir.
  6.  
  7. NOTE: nearly 90% of the code is strict ANSI-C, the rest of 10%
  8.       are 3 nested functions.
  9.  
  10. people who wants to give their pennies to this project are welcome.
  11.  
  12.  current features in short:
  13.  
  14.         read/writes picture formats:
  15.         
  16.          ppm/pgm/png/jpg
  17.         
  18.         read/writes 3d formats:
  19.         
  20.          tddd/3DS
  21.          
  22.         read/writes quake formats:
  23.         
  24.          wad/(bsp/vis/lit/prt/h?/map)/pak/(qc/dat)/mip/lmp
  25.          
  26.         read only quake formats:
  27.         
  28.          bsps of quakeII
  29.         
  30.         others:
  31.         
  32.          can compress wads
  33.          can do fs-dithering
  34.          can do smoothing
  35.          uses high quality mipmap-scaling
  36.          build in script-system with recursion-capabilities
  37.          can load pictures directly into bsps
  38.          uses less memory
  39.          error robust
  40.          can parse entire directories and perform the default actions to every file
  41.           and subdirectory
  42.          can extract bsp/pak recursively
  43.  
  44.     display:
  45.     
  46.      animateables lights
  47.      possiblity to visualise the process of qbsp and light
  48.      transparent water
  49.      splitted in system-independend and system-dependend parts
  50.      rudimenal game-capabilities
  51.      wire/flat/8bit/16bit/24bit/32bit graphics-driver
  52.      multiple displays
  53.  
  54.     executables:
  55.     
  56.      qbsp
  57.      light
  58.      rad
  59.      vis
  60.      qview
  61.      ppmdiff
  62.      qcc
  63.      qtools
  64.  
  65. NOTE: some of these features exists only rudimental and are not really
  66.       functional
  67.